Pet Store Web Service
GetgetOrderById
Description
Find purchase order by ID
Parameters
NameDescriptionData Type
orderIdID of pet that needs to be fetchedstring
Response

The response body is of type Order.

Overview

Order
Represents an individual order.
id : long
Order Id.
petId : long
Pet Id.
status : string
Order Status
quantity : int
Quantity.
shipDate : Date
Shipping Date.
Fault Responses
FaultDescription
400This fault returns a response body of type (undefined).
Invalid ID supplied
404This fault returns a response body of type (undefined).
Order not found
Remarks
For valid response try integer IDs with value <= 5. Anything above 5 or nonintegers will generate API errors
See Also
Store Resource GroupPet Store Web Service

 

 


© 2013 All Rights Reserved.

Send comments on this topic.